home *** CD-ROM | disk | FTP | other *** search
/ IL-2 Sturmovik (2001) Dig…Preview and Review disks / Demo disk.iso / data1.cab / Files / lib / rt.jar / sun / rmi / rmid / resources / rmid_ja.properties < prev    next >
Encoding:
Text File  |  1979-12-31  |  3.6 KB  |  78 lines

  1. #
  2. # @(#)rmid_ja.properties    1.6 01/02/09
  3. #
  4. #  Copyright 1998-2001 by Sun Microsystems, Inc.,
  5. # 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
  6. # All rights reserved.
  7. #
  8. # This software is the confidential and proprietary information
  9. # of Sun Microsystems, Inc. ("Confidential Information").  You
  10. # shall not disclose such Confidential Information and shall use
  11. # it only in accordance with the terms of the license agreement
  12. # you entered into with Sun.
  13. #
  14.  
  15. # "port" here refers to a TCP port for the server to listen on.
  16. rmid.syntax.port.badnumber=\
  17.     \u30dd\u30fc\u30c8\u306f\u756a\u53f7\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
  18. #    port is not a number
  19.  
  20. # "-port" should not be translated, because it's part of command syntax.
  21. rmid.syntax.port.missing=\
  22.     -port \u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u306f\u5f15\u6570\u304c\u5fc5\u8981\u3067\u3059\u3002
  23. #    -port option requires argument
  24.  
  25. # "-log" should not be translated, because it's part of command syntax.
  26. rmid.syntax.log.missing=\
  27.     -log \u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u306f\u5f15\u6570\u304c\u5fc5\u8981\u3067\u3059\u3002
  28. #    -log option requires argument
  29.  
  30. # {0} = the (string) illegal argument in question
  31. rmid.syntax.illegal.option=\
  32.     \u4e0d\u6b63\u306a\u30aa\u30d7\u30b7\u30e7\u30f3: {0}
  33. #    illegal option: {0}
  34.  
  35. # {0} = the (string) reason text that came with a thrown exception
  36. # "Activation.main" should not be translated, because it's a codepoint
  37. rmid.unexpected.exception=\
  38.     Activation.main: \u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: {0}
  39. #    Activation.main: an exception occurred: {0}
  40.  
  41. # "java.home" should not be translated, because it's a property name
  42. # "ActivatorImpl" should not be translated, because it's a codepoint
  43. rmid.unfound.java.home.property=\
  44.     ActivatorImpl: java.home \u3092\u691c\u51fa\u3067\u304d\u307e\u305b\u3093\u3002
  45. #    ActivatorImpl: unable to locate java.home
  46.  
  47. # "Activation.main" should not be translated, because it's a codepoint
  48. rmid.exec.policy.invalid=\
  49.     Activation.main: \u7121\u52b9\u306a\u5b9f\u884c\u30dd\u30ea\u30b7\u30fc\u30af\u30e9\u30b9\u3067\u3059\u3002
  50. #    Activation.main: invalid exec policy class
  51.  
  52. # "rmid", "-port", "-log", "-stop", "-C" and "-J" should not be translated,
  53. # because they are syntax
  54. rmid.usage=\u4f7f\u3044\u65b9: {0} <options>\
  55. \n\
  56. \n<options> \u306b\u306f\u6b21\u306e\u3082\u306e\u304c\u3042\u308a\u307e\u3059\u3002\
  57. \n  -port <port>        rmid \u304c\u4f7f\u7528\u3059\u308b\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3059\u308b\
  58. \n  -log <directory>    rmid \u304c\u30ed\u30b0\u3092\u66f8\u304d\u8fbc\u3080\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3059\u308b\
  59. \n  -stop               \u6307\u5b9a\u30dd\u30fc\u30c8\u306b\u5bfe\u3059\u308b rmid \u306e\u73fe\u5728\u306e\u547c\u3073\u51fa\u3057\u3092\u4e2d\u6b62\u3059\u308b\
  60. \n  -C<runtime flag>    \u5404\u5b50\u30d7\u30ed\u30bb\u30b9 (\u8d77\u52d5\u30b0\u30eb\u30fc\u30d7) \u306b\u5f15\u6570\u3092\u6e21\u3059\
  61. \n  -J<runtime flag>    java \u30a4\u30f3\u30bf\u30d7\u30ea\u30bf\u306b\u5f15\u6570\u3092\u6e21\u3059\
  62. \n
  63. #rmid.usage=Usage: {0} <options>\
  64. #\n\
  65. #\nwhere <options> include:\
  66. #\n  -port <port>        Specify port for rmid to use\
  67. #\n  -log <directory>    Specify directory in which rmid writes log\
  68. #\n  -stop               Stop current invocation of rmid (for specified port)\
  69. #\n  -C<runtime flag>    Pass argument to each child process (activation group)\
  70. #\n  -J<runtime flag>    Pass argument to the java interpreter\
  71. #\n\
  72.  
  73. # This means "The currently running activation daemon has been shut down,
  74. # and is about to exit".
  75. rmid.daemon.shutdown=\
  76.     \u8d77\u52d5\u30c7\u30fc\u30e2\u30f3\u304c\u505c\u6b62\u3057\u307e\u3057\u305f\u3002
  77. #    activation daemon shut down
  78.